home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.ACTIONS.SETTXTLY.HTM.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  3.1 KB  |  113 lines

  1. 
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5.         
  6.         <title>Set Text of Layer</title>
  7.         <meta name="DHTMLScriptName" content="Set Text\Set Text of &Layer">
  8.         
  9.         <meta name="DialogResizable" content="true">
  10.         <meta name="DialogSize" content="525,265">
  11.         
  12.         <style>
  13.         button    { width: 8em;  }                
  14.         table    { border: none; border-collapse: collapse }
  15.         </style>
  16.         <script type="text/JavaScript">
  17.             var L_NOMESSAGE_ErrorMessage        = "Please enter a message";
  18.             var L_NOVALIDFIELDS_ErrorMessage    = "There are no valid fields for this action.";
  19.             var L_FIELDNOTFOUND_ErrorMessage    = "The specified field could not be found.";
  20.             var L_MATCHEDBRACES_ErrorMessage    = "All curly braces must be well matched and cannot be nested.";
  21.             var L_SEMICOLONS_ErrorMessage        = "Semicolons are not allowed in curly braces.";
  22.             var L_EMPTYBRACES_ErrorMessage        = "Curly braces cannot be empty.";
  23.             var L_NOTAG_ErrorMessage            = "Error: Cannot find tag in document.";
  24.             var L_Unnamed_ListBox                = "unnamed"; 
  25.             var L_DIV_ListBox                    = "div"; 
  26.             var    L_LAYER_ListBox                    = "layer"; 
  27.             var    L_SPAN_ListBox                    = "span"; 
  28.         </script>
  29.         <script type="text/JavaScript" src="DOM.js"></script>
  30.         <script type="text/JavaScript" src="FPLib.js"></script>
  31.         <script type="text/JavaScript" src="GetObj.js"></script>
  32.         <script type="text/JavaScript" src="SetText.js"></script>
  33.         <script type="text/JavaScript" src="Strings.js"></script>
  34.         <script type="text/JavaScript" src="SetTxtLY.js"></script>
  35.     </head>
  36.     <body onload="initDialog();">
  37.         <form id="theForm" name="theForm" onsubmit="Validate(); return false;">
  38.             <table width="100%" height="100%">
  39.                 <tr>
  40.                     <td nowrap>
  41.                         <label for="LayerName">
  42.                             
  43.                             <u>L</u>ayer: 
  44.                         </label>
  45.                     </td>
  46.                     <td width="100%">
  47.                         <select size="1" name="LayerName" style="width: 100%" accesskey="l" id="LayerName">
  48.                             
  49.                         </select>
  50.                     </td>
  51.                 </tr>
  52.                 <tr>
  53.                     <td colspan="2">
  54.                          
  55.                     </td>
  56.                 </tr>
  57.                 <tr>
  58.                     <td nowrap>
  59.                         <label for="Message">
  60.                             
  61.                             New H<u>T</u>ML: 
  62.                         </label>
  63.                     </td>
  64.                     <td width="100%" rowspan="2">
  65.                         <textarea rows="5" name="Message" accesskey="t" id="Message" style="width: 100%; height: 100%"></textarea>
  66.                         
  67.                     </td>
  68.                 </tr>
  69.                 <tr>
  70.                     <td height="100%">
  71.                          
  72.                     </td>
  73.                 </tr>
  74.                 <tr>
  75.                     <td colspan="2">
  76.                          
  77.                     </td>
  78.                 </tr>
  79.                 <tr>
  80.                     <td colspan="2">
  81.                         <hr>
  82.                     </td>
  83.                 <tr>
  84.                     <td colspan="2">
  85.                         <table width="100%">
  86.                             <tr>
  87.                                 <td width="100%">
  88.                                      
  89.                                 </td>
  90.                                 <td>
  91.                                     <button id="buttonOk" name="OK" value="OK" type="submit">
  92.                                         
  93.                                         OK
  94.                                     </button>
  95.                                 </td>
  96.                                 <td>
  97.                                      
  98.                                 </td>
  99.                                 <td>
  100.                                     <button id="buttonCancel" name="Cancel" value="Cancel" onclick="CancelAction();">
  101.                                           
  102.                                           Cancel
  103.                                       </button>
  104.                                 </td>
  105.                             </tr>
  106.                         </table>
  107.                     </td>
  108.                 </tr>
  109.             </table>
  110.         </form>
  111.     </body>
  112. </html>
  113.